Object::EditSource

Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:54:57 1991
Index Return to Main Contents
 

NAME

Object::EditSource - instance method  

TEMPLATE

void EditSource(bool showDefinitionFile)  

SPECIFIERS

public virtual  

DESCRIPTION

This method brings up the Source Code Browser of the ET++ Programming Environment showing the source code of the receiver's class. The Source Code Browser shows the right source file only if the class desriptor is present for the receiver's class.(see technote Metaclasses).
Theoretically, an other source editor than the one provided by the Programming Environment could be invoked by EditSource if overridden, but there are no good reasons to do so, as far as the authors see.
See also method Inspect. Method is rarely overridden.  

ARGUMENTS

bool showDefinitionFile

If it is TRUE
, then the definition file of the class of this object is shown; otherwise the implementation file
 

RETURN ARGUMENT

void

 

CATEGORIES

progenv support, client interface

 

FIRST DEFINITION

class Object  

FILES

implementation:
Object.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:25 GMT, March 30, 2022